Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added new message in result when operation succeeds #1864

Closed
wants to merge 2 commits into from

Conversation

fernandofloresg
Copy link
Collaborator

SUMMARY

Added message in the result dictionary.

ISSUE TYPE
  • Feature Pull Request
COMPONENT NAME

zos_data_set

ADDITIONAL INFORMATION

new message for success

TASK [print out result] *****************************************************************************************************************
ok: [zvm] => {
    "msg": {
        "changed": true,
        "failed": false,
        "message": "Operation succeed.",
        "names": [
            "OMVSADM.TEST.ABC"
        ]
    }
}

new message for failure

ok: [zvm] => {
    "msg": {
        "changed": true,
        "failed": false,
        "message": "Operation succeed.",
        "names": [
            "OMVSADM.TEST.ABC"
        ]
    }
}

@fernandofloresg fernandofloresg marked this pull request as ready for review January 9, 2025 15:41
@fernandofloresg
Copy link
Collaborator Author

This was a sample PR for a DEMO.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant